@font-face {
  font-family: BookmanOldStyle;
  src: url("../font/0dTEPzkLWceF7z0koJaX1A.ttf");
}
#header .language {
  height: 35px;
  background-color: #106CB1;
  line-height: 35px;
}
#header .language .language-switch {
  float: right;
}
#header .language .language-switch a {
  color: #fff;
  width: 53px;
  height: 19px;
  display: inline-block;
  text-align: center;
  line-height: 19px;
  margin-right: 10px;
}
#header .language .language-switch a.current {
  background-color: #DCE9F3;
  color: #116cb1;
  border-radius: 4px;
  font-weight: bold;
}
#header .pc-menu {
  height: 134px;
  position: relative;
  z-index: 100;
}
#header .pc-menu .menu2-cloth {
  position: absolute;
  height: 50px;
  width: 100%;
  left: 0;
  top: 134px;
  z-index: 100;
  background-color: #67A2CF;
  display: none;
}
#header .pc-menu .logo {
  float: left;
  line-height: 134px;
  margin-left: 40px;
}
#header .pc-menu .pc-menu-list {
  margin-left: 290px;
  margin-right: 30px;
}
#header .pc-menu .pc-menu-list > li {
  line-height: 134px;
  float: left;
  width: 14.285%;
  font-size: 16px;
  text-align: center;
  position: relative;
  height: 184px;
}
#header .pc-menu .pc-menu-list > li > .pc-menu2-list {
  position: absolute;
  z-index: 101;
  height: 50px;
  top: 134px;
  display: none;
}
#header .pc-menu .pc-menu-list > li > .pc-menu2-list li {
  float: left;
  width: 74px;
  line-height: 50px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#header .pc-menu .pc-menu-list > li > .pc-menu2-list li a {
  color: #fff;
}
#header .pc-menu .pc-menu-list > li > .pc-menu2-list li a:hover {
  text-decoration: underline;
}
#header .pc-menu .pc-menu-list > li > a {
  padding: 25px 0;
  border-bottom: 1px solid transparent;
}
#header .pc-menu .pc-menu-list > li:hover > a {
  border-bottom: 1px solid #000000;
}
.content .content1 {
  position: relative;
  margin-top: 40px;
}
.content .content1 .about-video {
  float: right;
  width: 50%;
  height: 632px;
  padding-top: 80px;
}
.content .content1 .about-text {
  float: right;
  width: 50%;
  padding: 50px 4% 25px 2%;
}
.content .content1 .about-text .p2 {
  margin: 50px 0 70px;
  color: #666666;
  line-height: 26px;
  height: 234px;
  overflow: hidden;
}
.content .content1 .about-text .p3 a {
  display: block;
  width: 120px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  border: 1px solid #707070;
  border-radius: 4px;
  color: #666;
}
.content .content1 .about-text .p3 a:hover {
  text-decoration: underline;
}
.content .content1 .chair {
  position: absolute;
  bottom: -110px;
  right: 4%;
  z-index: 10;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
}
.content .content2 {
  background-color: #FFF7EB;
  padding: 40px 0;
}
.content .content2 .index-proBox {
  margin-top: 40px;
}
.content .content2 .index-proBox .index-pro-list {
  float: left;
  width: 44%;
  margin-right: 2%;
}
.content .content2 .index-proBox .index-pro-list li {
  position: relative;
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-top: 4.1%;
}
.content .content2 .index-proBox .index-pro-list li .index-pro-cloth {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px;
  left: 0;
  top: 0;
  background: url(../images/opacity.png) repeat;
  -ms-transform: scale(0);
      transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
}
.content .content2 .index-proBox .index-pro-list li .index-pro-cloth p {
  border: 1px solid #C6C7BF;
  height: 100%;
}
.content .content2 .index-proBox .index-pro-list li:first-child {
  width: 100%;
  margin-right: 0;
  margin-top: 0;
}
.content .content2 .index-proBox .index-pro-list li:last-child {
  margin-right: 0;
}
.content .content2 .index-proBox .index-pro-list li:hover .index-pro-cloth {
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
}
.content .content2 .index-proBox .index-pro-large {
  float: left;
  width: 54%;
  position: relative;
}
.content .content2 .index-proBox .index-pro-large .index-pro-largeCloth {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-width: 10px;
  border-style: solid;
  -webkit-border-image: url("../images/opacity.png") repeat 5;
       -o-border-image: url("../images/opacity.png") repeat 5;
          border-image: url("../images/opacity.png") repeat 5;
  -ms-transform: scale(0);
      transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transition: all 0.9s ease-in-out;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
}
.content .content2 .index-proBox .index-pro-large:hover .index-pro-largeCloth {
  -ms-transform: scale(1);
      transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transition: all 0.9s ease-in-out;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
}
.content .content3 {
  padding: 35px 0 90px;
  background: url(../images/newsBg.png) no-repeat center bottom;
}
.content .content3 .index-newTitle {
  text-align: center;
}
.content .content3 .index-newsMore {
  margin-top: 40px;
  text-align: center;
}
.content .content3 .index-newsMore a {
  display: inline-block;
  width: 120px;
  height: 35px;
  color: #666;
  border: 1px solid #707070;
  line-height: 35px;
  border-radius: 6px;
}
.content .content3 .index-newsMore a:hover {
  text-decoration: underline;
}
.content .index-newsList {
  margin-top: 40px;
}
.content .index-newsList li a {
  display: block;
  padding: 30px 8% 20px;
  position: relative;
  color: #666666;
}
.content .index-newsList li a .index-newsDate {
  width: 120px;
  float: left;
  text-align: right;
  font-family: BookmanOldStyle;
}
.content .index-newsList li a .index-newsDate .day {
  font-size: 38px;
  line-height: 40px;
}
.content .index-newsList li a .index-newsDate .year {
  font-size: 18px;
  margin-top: 10px;
}
.content .index-newsList li a .index-newsText {
  margin-left: 160px;
}
.content .index-newsList li a .index-newsText .p1 {
  font-size: 18px;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.content .index-newsList li a .index-newsText .p2 {
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .content .index-newsList li{
  background-color: #fff;
}
  .content .index-newsList li:hover {
    background-color: #106CB1;
    transition: all 0.8s linear;
    -webkit-transition: all 0.8s linear;
    -moz-transition: all 0.8s linear;
  }
  .content .index-newsList li:hover a {
    color: #fefefe;
    padding: 30px 14% 20px 2%;
    transition: padding 0.8s linear;
  -webkit-transition: padding 0.8s linear;
  -moz-transition: padding 0.8s linear;
  }
  .content .index-newsList li:hover a:before {
    content: "";
    display: block;
    width: 13px;
    height: 17px;
    position: absolute;
    background: url(../images/a.png) no-repeat;
    right: 6%;
    top: 56px;
  }
}
.content .in-title {
  height: 50px;
  background-color: #F2F2F2;
}
.content .in-title .container {
  position: relative;
}
.content .in-title .in-type {
  float: left;
  width: 80%;
}
.content .in-title .in-type > li {
  float: left;
  width: 10%;
}
.content .in-title .in-type > li .in-type2 {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  padding: 40px 0 0;
  display: none;
}
.content .in-title .in-type > li .in-type2 li {
  float: left;
  width: 10%;
  margin-right: 2%;
}
.content .in-title .in-type > li .in-type2 li a {
  display: block;
  height: 40px;
  line-height: 40px;
  background-color: #F2F2F2;
  border-radius: 6px;
  text-align: center;
}
.content .in-title .in-type > li .in-type2 li:hover a {
  background-color: #106CB1;
  color: #fff;
}
.content .in-title .in-type > li > a {
  display: block;
  line-height: 50px;
  text-align: center;
  border-right: 1px solid #D9D9D9;
}
.content .in-title .in-type > li.current > a {
  background-color: #106CB1;
  border-right: 1px solid #106CB1;
  color: #fff;
}
.content .in-title .location {
  float: right;
  line-height: 50px;
  margin-right: 10px;
}
.content .in-title .location i {
  position: relative;
  top: -1px;
  margin-right: 10px;
}
.content .in-typeBox {
  height: 80px;
  display: none;
}
.content .page {
  padding: 40px 0 50px;
}
.content .page .pro li {
  float: left;
  width: 30%;
  margin-right: 5%;
}
.content .page .pro li .pro-image {
  position: relative;
}
.content .page .pro li .pro-image img {
  width: 100%;
}
.content .page .pro li .pro-image .pro-image-border {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-width: 10px;
  border-style: solid;
  -webkit-border-image: url("../images/opacity.png") repeat 5;
       -o-border-image: url("../images/opacity.png") repeat 5;
          border-image: url("../images/opacity.png") repeat 5;
  -ms-transform: scale(0);
      transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transition: all 0.9s ease-in-out;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
}
.content .page .pro li .pro-text {
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #666;
  padding: 20px 0 30px;
}
.content .page .pro li:hover .pro-image .pro-image-border {
  -ms-transform: scale(1);
      transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transition: all 0.9s ease-in-out;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
}
.content .page .index-newsList {
  margin-top: 0;
}
.content .page .news2 {
  margin-top: -30px;
}
.content .page .news2 li {
  float: left;
  width: 30%;
  margin-right: 5%;
  position: relative;
  margin-top: 40px;
}
.content .page .news2 li a {
  display: block;
}
.content .page .news2 li a .news2-image {
  position: relative;
  z-index: 10;
}
.content .page .news2 li a .news2-text {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  left: 0;
  top: 0;
  z-index: 11;
  border: 1px solid #E6E6E6;
  color: #666666;
  padding: 13% 8% 0 6%;
  opacity: 1;
  transition: all ease-in-out 0.6s;
  -webkit-transition: all ease-in-out 0.6s;
  -moz-transition: all ease-in-out 0.6s;
}
.content .page .news2 li a .news2-text .p1 {
  font-size: 18px;
  color: #222222;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 20px;
}
.content .page .news2 li a .news2-text .p2 {
  line-height: 32px;
  height: 128px;
  overflow: hidden;
}
.content .page .news2 li a .news2-text .p3 {
  position: absolute;
  left: 6%;
  bottom: 8%;
}
.content .page .news2 li a .news2-image::before {
  content: "";
  display: block;
  background: url(../images/right-arrow.png) no-repeat;
  width: 29px;
  height: 16px;
  position: absolute;
  top: 15px;
  right: 10px;
}
.content .page .news2 li a .news2-image-bottom {
  position: absolute;
  background: url(../images/opacity2.png) repeat;
  color: #fff;
  left: 0;
  bottom: 0;
  padding: 6% 5% 7% 4%;
}
.content .page .news2 li a .news2-image-bottom .p1 {
  font-size: 18px;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.content .page .news2 li a .news2-image-bottom .p2 {
  line-height: 32px;
  height: 64px;
  overflow: hidden;
}
.content .page .news2 li:hover a .news2-text {
  opacity: 0;
  transition: all ease-in-out 0.6s;
  -webkit-transition: all ease-in-out 0.6s;
  -moz-transition: all ease-in-out 0.6s;
}
.content .wrap-in-title {
  height: 25px;
  line-height: 25px;
  background-color: #106CB1;
  margin-top: 5px;
  color: #fff;
  font-size: 12px;
  padding-left: 20px;
}
.content .wrap-in-title .phone-menuicon {
  float: right;
  width: 18px;
  margin: -2px 10px 0 0;
}
#footer .pc-footer {
  background: url(../images/footerBg.png) no-repeat center bottom;
  padding: 20px 0 30px;
}
#footer .pc-footer .pc-footer-left {
  float: left;
  width: 50%;
}
#footer .pc-footer .pc-footer-left .link li {
  float: left;
  margin-right: 15px;
}
#footer .pc-footer .pc-footer-left .link li a {
  padding-right: 20px;
  position: relative;
  color: #666;
  font-size: 16px;
}
#footer .pc-footer .pc-footer-left .link li a:hover {
  text-decoration: underline;
}
#footer .pc-footer .pc-footer-left .link li a:after {
  content: '';
  display: block;
  background: url(../images/b.png) no-repeat;
  width: 8px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 4px;
}
#footer .pc-footer .pc-footer-left .pc-copyright {
  margin-top: 25px;
  color: #666;
  line-height: 24px;
}
#footer .pc-footer .pc-footer-left .pc-copyright a {
  color: #666;
}
#footer .pc-footer .pc-footer-right {
  float: left;
  width: 50%;
  padding-left: 10px;
}
#footer .pc-footer .pc-footer-right .footer-code {
  width: 134px;
  float: left;
}
#footer .pc-footer .pc-footer-right .footer-meassage {
  float: left;
  margin-left: 14%;
}
#footer .pc-footer .pc-footer-right .footer-meassage li {
  color: #666;
  line-height: 24px;
}
#footer .pc-footer .pc-footer-right .footer-meassage li:first-child {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
#footer .wrap-footer {
  background: url(../images/wrap-footerBg.png) no-repeat center bottom;
  padding: 10px 0;
  background-size: 100% auto;
  text-align: center;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  border-top: 1px solid #116cb1;
  position: relative;
}
#footer .wrap-footer .top {
  position: absolute;
  width: 30px;
  right: 10px;
  top: -15px;
}
@media (max-width: 1200px) {
  #footer .pc-footer .pc-footer-right .footer-meassage {
    margin-left: 2%;
  }
}
@media (max-width: 992px) {
  .content .page .news2 li a .news2-text {
    display: none;
  }
  .content .page .news2 li a .news2-image-bottom .p2 {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
  }
  .content .page .news2 li a .news2-image-bottom {
    padding: 5% 4% 3% 4%;
  }
  .content .in-title .in-type {
    width: 70%;
  }
  .content .in-title .in-type > li {
    width: 15%;
  }
  .content .page {
    padding: 30px 0 15px;
  }
  .content .content1 .about-text {
    width: 100%;
  }
  .content .content1 .about-video {
    width: 100%;
  }
  #footer .pc-footer .pc-footer-left {
    width: 100%;
  }
  #footer .pc-footer .pc-footer-right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #footer{
  margin-bottom: 67px;
}
  .content .page .news2 li {
    width: 48%;
    margin-right: 4%;
    margin-top: 10px;
  }
  .content .page .news2 {
    margin-top: -10px;
  }
  .content .page .news2 li a .news2-image-bottom .p1 {
    font-size: 14px;
  }
  .content .page .news2 li a .news2-image-bottom .p2 {
    line-height: 20px;
    height: 40px;
    font-size: 12px;
  }
  .content .page .news2 li a .news2-image-bottom .p1 {
    margin-bottom: 5px;
  }
  .content .page .news2 li a .news2-image::before {
    background-size: 100% auto;
    width: 20px;
    top: 10px;
  }
  .content .page .news2 li:nth-child(2n+2) {
    margin-right: 0;
  }
  .content .in-title {
    background-color: #fff;
    height: auto;
    display: none;
  }
  .content .page .pro li {
    width: 48%;
    margin-right: 4%;
  }
  .content .page .pro li .pro-text {
    font-size: 12px;
    padding: 10px 0 15px;
  }
  .content .page .pro li:nth-child(2n+2) {
    margin-right: 0;
  }
  .content .page {
    padding: 20px 15px 30px;
  }
  .content .in-title .in-type {
    width: 100%;
    padding: 0 15px;
  }
  .content .in-title .in-type li {
    width: 100%;
    margin-top: 2px;
  }
  .content .in-title .in-type > li > a {
    border-right: none;
    height: 24px;
    line-height: 24px;
    text-align: left;
    background-color: #F0F0F0;
    padding-left: 10px;
  }
  .content .in-title .in-type > li .in-type2 {
    position: static;
    padding: 5px 0 10px;
    border-bottom: 1px solid #DADADA;
  }
  .content .in-title .in-type > li .in-type2 li {
    width: 100%;
    margin-right: 0;
  }
  .content .in-title .in-type > li .in-type2 li a {
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    font-size: 12px;
    text-align: left;
    padding-left: 25px;
  }
  #header .language {
    height: 30px;
    line-height: 30px;
  }
  #header .language .language-switch a {
    font-size: 12px;
    height: 17px;
    width: 50px;
    line-height: 17px;
  }
  #header .pc-menu {
    height: 60px;
  }
  #header .pc-menu .logo {
    line-height: 60px;
    margin-left: 0;
    float: none;
    text-align: center;
  }
  #header .pc-menu .logo img {
    width: 200px;
  }
  #header .menu_icon {
    top: 35% !important;
  }
  .content .content1 {
    margin-top: 0;
  }
  .content .content1 .about-text {
    padding: 15px 10px 25px;
  }
  .content .content1 .about-text .p2 {
    margin: 15px 0 20px;
    font-size: 12px;
    line-height: 20px;
    height: 180px;
  }
  .content .content1 .about-text .p3 a {
    width: 80px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
  }
  .content .content1 .about-video {
    height: 225px;
    padding-top: 0;
  }
  .content .content2 {
    padding: 30px 10px 20px;
  }
  .content .content2 .index-proBox {
    margin-top: 25px;
  }
  .content .content2 .index-proBox .index-pro-list {
    width: 100%;
    margin-right: 0;
  }
  .content .content2 .index-proBox .index-pro-large {
    width: 100%;
    margin-top: 4.1%;
  }
  .content .content3 {
    padding: 25px 0 20px;
  }
  .content .content3 .index-newTitle img {
    width: 160px;
  }
  .content .index-newsList .container {
    padding: 0 10px;
  }
  .content .index-newsList li a {
    padding: 10px 0;
  }
  .content .index-newsList li a .index-newsDate .day {
    font-size: 24px;
    line-height: 30px;
  }
  .content .index-newsList li a .index-newsDate .year {
    font-size: 12px;
    margin-top: 3px;
  }
  .content .index-newsList li a .index-newsDate {
    width: 70px;
  }
  .content .index-newsList li a .index-newsText {
    margin-left: 90px;
  }
  .content .index-newsList li a .index-newsText .p1 {
    font-size: 14px;
    line-height: 24px;
  }
  .content .index-newsList li a .index-newsText .p2 {
    line-height: 20px;
    height: 40px;
    font-size: 12px;
  }
  .content .content3 .index-newsMore a {
    width: 80px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
  }
  .content .index-newsList {
    margin-top: 20px;
  }
  .content .content3 .index-newsMore {
    margin-top: 10px;
  }
  #footer .pc-footer {
    display: none;
  }
}
.feedback-form .title {
  padding: 15px;
  color: #000;
  background-color: #F2F2F2;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.feedback-form .form-group .sure,
.feedback-form .form-group .more {
  padding: 5px 15px;
  border: none;
  color: #fff;
  border-radius: 5px;
  margin-right: 10px;
}
.feedback-form .form-group .sure {
  background: #df0024;
}
.feedback-form .form-group .more {
  background: #dfa800;
}
@media (max-width: 640px) {
  .feedback-form .title {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  2%,
  4% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  6%,
  10%,
  14%,
  18% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  8%,
  12%,
  16% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  20% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  2%,
  4% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  6%,
  10%,
  14%,
  18% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  8%,
  12%,
  16% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  20% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
